Input for WinForms | ComponentOne
C1.Framework Namespace / ThicknessConverter Class / GetProperties Method / GetProperties(ITypeDescriptorContext,Object,Attribute[]) Method
An System.ComponentModel.ITypeDescriptorContext that provides a format context.
An System.Object that specifies the type of array for which to get properties.
An array of type System.Attribute that is used as a filter.

In This Topic
    GetProperties(ITypeDescriptorContext,Object,Attribute[]) Method
    In This Topic
    Returns a collection of properties for the type of array specified by the value parameter.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Function GetProperties( _
       ByVal context As ITypeDescriptorContext, _
       ByVal value As Object, _
       ByVal attributes() As Attribute _
    ) As PropertyDescriptorCollection

    Parameters

    context
    An System.ComponentModel.ITypeDescriptorContext that provides a format context.
    value
    An System.Object that specifies the type of array for which to get properties.
    attributes
    An array of type System.Attribute that is used as a filter.

    Return Value

    A System.ComponentModel.PropertyDescriptorCollection with the properties that are exposed for this data type.
    See Also